home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE07 / YAST / TTDELPHI.DPR < prev    next >
Encoding:
Text File  |  1996-01-04  |  226 b   |  16 lines

  1. program TTDelphi;
  2.  
  3. {$IFNDEF VER80}
  4.   This program should be compiled with Delphi 1.0
  5. {$ENDIF}
  6.  
  7. {$IFDEF WIN32}
  8.   This program should be compiled with Delphi 1.0
  9. {$ENDIF}
  10.  
  11. uses
  12.   TraceTst;
  13.  
  14. begin
  15.   TraceTest;
  16. end.